Skip to content

Conversation

roblabla
Copy link

cc-rs supports setting an AR program per-target using AR_<target_name>. This is currently not respected by jemalloc's custom build script, causing issues when a specific version of AR is necessary for cross-compilation.

cc-rs offers some variables to set the archiver program (commonly ar)
that should be used for a given target. This is commonly used in
cross-compilation situations, to use a version of AR compatible with the
target linker.

Signed-off-by: roblabla <[email protected]>
@BusyJay
Copy link
Member

BusyJay commented Jun 4, 2025

Hi, can you resolve the conflicts?

@reneleonhardt
Copy link

@roblabla @BusyJay I rebased as requested if you're interested: #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants